Fix iframe attribute spacing in Chinese frames documentation#2563
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨No code suggestions found for the PR. |
|
CLA signed. Thank you for reviewing! |
harsha509
left a comment
There was a problem hiding this comment.
Good catch.
Thank you @RReval102 !
User description
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
Fixes invalid HTML in the Chinese version of the frames documentation by adding
missing spaces between iframe attributes. This makes the example consistent
with the English version and valid HTML.
Motivation and Context
The iframe example in frames.zh-cn.md had concatenated attributes
(id, name, src) without spaces, which makes the HTML invalid and confusing.
Types of changes
Checklist
PR Type
Documentation
Description
Fix spacing in HTML iframe attributes in Chinese documentation
Adds proper spaces between iframe attributes for readability
Diagram Walkthrough
File Walkthrough
frames.zh-cn.md
Add spacing between iframe attributeswebsite_and_docs/content/documentation/webdriver/interactions/frames.zh-cn.md
id="buttonframe"name="myframe"src=toid="buttonframe"name="myframe" src=